Skip to content

adding missing requirement #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 16, 2024
Merged

adding missing requirement #417

merged 4 commits into from
May 16, 2024

Conversation

devsetgo
Copy link
Owner

@devsetgo devsetgo commented May 16, 2024

Titled "Adding Missing Requirement" addresses a missing dependency in the project which is the email-validator. The email-validator library is crucial for the email validation feature as described in the newly added document docs/recipes/emailValidation.md.

The changes include the bump in the project version from 0.12.3 to 0.12.4 across different files like .bumpversion.cfg, dsg_lib/__init__.py, and pyproject.toml. The coverage file has been updated with the new timestamp. The mkdocs.yml has been updated to include the new documentation for email validation.

The primary motivation for this change is to ensure the smooth operation of the email validation feature by including the necessary library in the project dependencies. This enhances the robustness of the project and ensures that all the necessary requirements are met for the functioning of all features.

@devsetgo devsetgo added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file Bug Fixes labels May 16, 2024
Copy link

@devsetgo devsetgo merged commit 3ae8807 into main May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fixes dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant